Vcenter NamespaceManagement Networks IPRange

Vcenter NamespaceManagement Networks IPRange
Vcenter NamespaceManagement Networks IPRange

The Vcenter NamespaceManagement Networks IPRange schema is used to express a range of IP addresses. The IP address supported by this structure will depend on the IP version that is being used by Supervisor.

Currently, the Supervisor only supports IPv4.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "address": "string",
    "count": 0
}
string
address
Required

Vcenter NamespaceManagement Networks IPRange.address is the starting IP address of the Vcenter NamespaceManagement Networks IPRange.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
count
Required

Vcenter NamespaceManagement Networks IPRange.count is number of IP addresses in the range.

For example:

A /24 subnet will have a count of 256.

A /24 subnet with a gateway address and a broadcast address will have a count of 254.

This property was added in vSphere API 8.0.0.1.